@charset "utf-8";
body{
    background-image: linear-gradient(to top, #FFFFFF,#6e95c9,#155E8B);
    padding: 1em;
    font-family:'Montserrat','DM Sans','Poppins';
    min-height: 100vh;
    min-width: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*home ficha grupal*/
#navegador ul {
   display: flex;
   list-style-type: none;
   justify-content: center;
   flex-wrap: wrap;
   align-content: space-around;
}
#navegador li {
   display: flex;
   padding-right: 2.5em;
   padding-bottom: 1.5em;
}
#navegador li a {
   padding: 1em 2em 1em 2em;
   color: white;
   background-color: #5C779D;
   border: 1px solid rgb(0, 0, 0);
   font-family: 'Courier New', Courier, monospace;
   text-decoration: none;
}
#logo {
   display: block;
   margin: auto;
   width: 22em;
   margin-top: 3em;
   margin-bottom: 3em;
}
.mapa {
   display: block;
   margin: auto;
   margin-bottom: 2.5em;
}
.texto {
   margin-bottom: 1em;
   font-family: 'Courier New', Courier, monospace;
   text-align: center;
   text-decoration-line: underline;
    color: white;
    font-variant-caps: all-petite-caps;
}
.grilla-galeria {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   text-align: center;
   margin-bottom: 2em;
}
.imagen-contenedor {
   position: relative;
   display: flex;
   width: 12em;
   height: 12em;
   padding: 0.5em;
}
.imagen-avatar {
   width: 12em;
   height: 12em;
   transition: .2s ease-in-out;
}
.imagen-capa {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0.5em;
   opacity: 0;
   transition: .5s ease-in-out;
   background-color: black;
 }
 .imagen-texto {
   color: #1B8841;
   font-size: 1.2em;
   position: absolute;
   top: 50%;
   left: 50%;
   opacity: 0;
   transform: translate(-50%, -50%);
   transition: .10s ease-in-out;
   font-family: 'Courier New', Courier, monospace;
   font-weight: bold;
   font-size: 1.5em;
 }
 .imagen-contenedor:hover .imagen-capa {
   opacity: 0.7;
 }
 .imagen-contenedor:hover .imagen-texto {
   opacity: 0.7;
 }
 #aclaracion {
   font-size: 0.7em;
   font-style: italic;
   text-align: center;
   color: #5C779D;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.linea-divisioria {
   width: 75%;
   max-width: 50em;
   margin-top: 2em;
   margin-bottom: 2em;
}
#pie {
   margin-top: 2em;
   text-align: center;
   color:#5C779D;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 0.7em;
}
@media (min-width: 50em) {
#pie {
   display: flex;
   justify-content: center;
   text-align: left;
   margin-top: 2em;
   color: #5C779D;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 0.7em;
}
#pie div {
   margin-right: 5em;
   margin-left: 5em;
}
}

/*-------------fin home ficha grupal------------*/

/*--------------plan--------------*/
#cajaplan{display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;
    color: white;
    font-size: .9em;
    line-height: 1.5em;
    padding: 1em 1em 1em 1em;
    
}
.textoplan p{margin-top: -.9em;
}
#qr{width: 90%;}
/*------------mapa------------*/

.caja-mapa{display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;}
#titulomapa{
    color: white;
}

#mapa{width: 100vh;
}

/*------------------panel--------------*/
@media(min-width:300px){
    #panel{
        padding: 0em 0em 0em 0em;
    }
}
@media (min-width: 50em) {
    #panel {
   display: flex;
   justify-content:space-around;
   margin-top: 1em;
}
}

/* landing */ 

.club{
     font-variant-caps: all-petite-caps;
    font-size: 5em;
    font-family:'Poppins';
    font-weight:bolder;
    color:#70A364;
    font-style: italic;
    line-height: 0.7;
    margin-right: 1%;
}
.da{
    font-variant-caps: all-petite-caps;
    font-size: 5em;
    font-family:'Poppins';
    font-weight:bolder;
    color:white;
    font-style: italic;
    line-height: 0.7;
    margin-right: 1%;
}
.vinci{
    font-variant-caps: all-petite-caps;
    font-size: 5em;
    font-family:'Poppins';
    font-weight:bolder;
    color:#C7565B;
    font-style: italic;
    line-height: 0.7;
}
.futsalapp{font-variant-caps: all-petite-caps;
    font-size: 5em;
    font-family:'Poppins';
    font-weight:bolder;
    color:#155E8B;
    font-style: italic;
    min-height: 50%;
    min-width: 50%;
    line-height: 0.7;
}
#tituloapp{display: flex;
    flex-direction: column;
    font-variant-caps: all-petite-caps;
    font-family:'Poppins';
    font-weight:bolder;
    font-style: italic;
    min-height: 50%;
    min-width: 50%;
    line-height: 0.7;
    }
#textoeslogan{
    margin-top: 5%;
}
.eslogan{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.5em;
    text-align:left;
    color: white;
    font-family: 'DM Sans';
    font-weight:300;
    font-style:normal;
    margin-left: 5%;
    max-height: 100%;
    max-width: 100%;
    height: .08vh;
    width: 100vh;
    margin-top: -0.1em;
    }
#descarga{display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 10%;
    font-size: 1.7em;
    font-family: 'Poppins';
    color: white;
    width:100%;
}
#pantallas{
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    max-width: -50%;
    max-height: 50%;
}
.mobile{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    margin-right: 2em;
    min-height: 50%;
}
.pc{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    min-width: 30%;
    min-height: 30%;
}
img {
    /* para que las imágenes nunca sean mayores que la caja que las contienen */
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
#pielanding{
    display: flex;
    flex-direction:row;
    justify-content:space-around;
    align-items: flex-end;
    padding: 0.5em;
    margin:inherit;
    max-width: 100%;
    max-height: 100%;
    margin-left: 50%;
    }
@media (min-width: 50em) {
#pielanding {
   display: flex;
   justify-content:space-around;
   margin-top: 1em;
}

#pielanding div {
    display: flex;
    justify-content:space-around;
    align-items: center;

}
}
/*------fin landing------*/